resource file

A file in a Visual Basic project with an .RES filename extension that can contain bitmaps, text strings, or other data. By putting this data in a separate file, you can change the information without having to re-edit your code. Only one resource file can be associated with a project.